home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’96
/
Booting Gallery
/
Booting Gallery (source)
/
(Libraries)
/
Hubauer
/
Patching
/
Patches.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-06-22
|
376 b
|
20 lines
|
[
TEXT/KAHL
]
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
long PatchTrap(short trap,long newProc);
void PatchTrapSafe(short trap,long newProc,long *oldProc);
void BSetTrapAddress(long proc,short trap,short tType);
long BGetTrapAddress(short trap,short tType);
long BGetTrapAddress1(short trapWord);
void BSetTrapAddress1(long proc,short trapWord);
#ifdef __cplusplus
}
#endif